This command is used to draw antialiased text. The text will be word-wrapped if necessary.
The Font ID is that of a font created by D3D_FONT. Horizontal alignment can be 0 - Left Aligned, 1 - Centered, or 2 - Right Aligned.
Specifying a colour value will override the colour set by D3D_COLOR.
NOTE: This command can only be used between D3D_STARTTEXT and D3D_ENDTEXT.
D3D_TEXT Font ID, X, Y, Horizontal Alignment, String$
D3D_TEXT Font ID, X, Y, Horizontal Alignment, String$, Colour